Skip to main content

All Questions

0votes
1answer
523views

How to run command after entering postgres

I am trying to execute ls after opening a new Guake tab and logging into postgres. guake -n guake -e 'sudo -i -u postgres && ls' The command successful opens a new tab then prompts me for my ...
user's user avatar
  • 2,407

close